Method GetStatisticsAsync<TField>(Expression<Func<TProps, TField>>)
Get field statistics (Sum, Avg, Min, Max, Count) in one call
Executed as ONE SQL query!
public virtual Task<FieldStatistics<TField>> GetStatisticsAsync<TField>(Expression<Func<TProps, TField>> selector) where TField : struct